object FmRegion: TFmRegion Left = 221 Top = 238 BorderStyle = bsDialog Caption = 'FmRegion' ClientHeight = 111 ClientWidth = 305 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnHide = ClientDataSetFormHide OnShow = ClientDataSetFormShow DataSource = DM.DsRegions OnDataAfterEdit = ClientDataSetFormDataAfterEdit OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit OnDataValidate = ClientDataSetFormDataValidate PixelsPerInch = 96 TextHeight = 13 object LblName: TLabel Left = 8 Top = 52 Width = 31 Height = 13 Caption = '&Name:' FocusControl = EdtName end object BtnOk: TBitBtn Left = 136 Top = 81 Width = 75 Height = 25 TabOrder = 2 OnClick = BtnOkClick Kind = bkOK end object BtnCancel: TBitBtn Left = 216 Top = 81 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end object PnlHeader: TPanel Left = 8 Top = 8 Width = 289 Height = 25 Alignment = taLeftJustify BevelOuter = bvNone Caption = ' Region' Color = clBtnShadow Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBackground = False ParentFont = False TabOrder = 0 end object EdtName: TcxDBTextEdit Left = 48 Top = 48 Width = 249 Height = 21 DataBinding.DataField = 'RegionName' DataBinding.DataSource = DM.DsRegions Properties.OnChange = EdtNameChange Style.StyleController = DM.EditStyles TabOrder = 1 end object TblRegionsLookup: TEasyTable CurrentVersion = '5.72 ' TableName = 'Regions' DatabaseName = 'AudiophilerDb' InMemory = False AutoIndexes = False CacheEnabled = True BDELikeFilter = False Left = 8 Top = 72 end end